prevent from going to a function html click

62

prevent from going to a function html click -

$("#clickable a").click(function(e) {
   // Do something
   e.stopPropagation();
});

Comments

Submit
0 Comments